BaseRequestType.XmlElementName Property
Namespace: Microsoft.Exchange.InfoWorker.Common.Availability.Proxy
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)
Syntax
'Declaration
Public Property XmlElementName As String
Get
Set
'Usage
Dim instance As BaseRequestType
Dim value As String
value = instance.XmlElementName
instance.XmlElementName = value
public string XmlElementName { get; set; }
Property Value
Type: System.String