FormRegion.layoutFile 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 layoutFile As String
Get
Set
'Usage
Dim instance As FormRegion
Dim value As String
value = instance.layoutFile
instance.layoutFile = value
public string layoutFile { get; set; }
Property Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.Autogen.Serialization.Outlook Namespace