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