TypeDescriptorStruct.SerializedRules Property
Gets or sets the serialized rules.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SerializedRules As String
Get
Set
'Usage
Dim instance As TypeDescriptorStruct
Dim value As String
value = instance.SerializedRules
instance.SerializedRules = value
public string SerializedRules { get; set; }
Property Value
Type: System.String
The serialized rules.