ContentName Property (FilterOptions)
Gets or sets the content name.
The value of ContentName must be the partial or exact name of the content.
Wildcard characters can be used. The value of ContentName is ignored if it is empty.
Syntax
'Declaration Public Property ContentName As String
'Usage Dim instance As FilterOptions Dim value As String instance.ContentName = value value = instance.ContentName
public string ContentName {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also