FormRegion.formRegionType Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.BusinessApplications.Runtime.Autogen.Serialization.Outlook
Assembly: Microsoft.Office.BusinessApplications.SyncServices (in Microsoft.Office.BusinessApplications.SyncServices.dll)
Syntax
'Declaration
Public Property formRegionType As String
Get
Set
'Usage
Dim instance As FormRegion
Dim value As String
value = instance.formRegionType
instance.formRegionType = value
public string formRegionType { get; set; }
Property Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.Autogen.Serialization.Outlook Namespace