Partilhar via


ProtectionRuleActionType.Name Property

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Name As ProtectionRuleActionKindType
    Get
    Set
'Usage
Dim instance As ProtectionRuleActionType
Dim value As ProtectionRuleActionKindType

value = instance.Name

instance.Name = value
public ProtectionRuleActionKindType Name { get; set; }