EcmDocumentRouterRule.ContentTypeString property

Gets or sets the name of the SPContentType that is used for metadata matching against this rule's conditions.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property ContentTypeString As String
    Get
    Set
'Usage
Dim instance As EcmDocumentRouterRule
Dim value As String

value = instance.ContentTypeString

instance.ContentTypeString = value
public string ContentTypeString { get; set; }

Property value

Type: System.String

See also

Reference

EcmDocumentRouterRule class

EcmDocumentRouterRule members

Microsoft.Office.RecordsManagement.RecordsRepository namespace