Platform Symphony .NET API Reference - Version 5.0
ResourceAttributeScope Enumeration
NamespacesPlatform.Symphony.SoamResourceAttributeScope
Enumeration indicating the scope of the ResourceAttribute being published. the ResourceAttribute.
Declaration Syntax
C#
public enum ResourceAttributeScope
Members
MemberDescription
Host
Resource attributes published with "Host" scope will be associated with the execution host.

Instance
Resource attributes published with "Instance" scope will be associated with the current service instance from which the resource attribute is being published. When scope is not explicitly specified for a resource attribute, "Instance" will be assumed.

Remarks
* These values should be specified as an argument to the ResourceAttribute.Scope property.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.0.0.0