ResourceRequestDescriptionPolicyName Property |
Gets or sets name of the policy. If null or empty string resource manager will determine which resource assignment policy agent will be called.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string PolicyName { get; set; }
Public Property PolicyName As String
Get
Set
public:
property String^ PolicyName {
String^ get ();
void set (String^ value);
}
member PolicyName : string with get, set
Property Value
Type:
StringThe name of the policy.
See Also