Delen via


AddSearchPropertyListAction.Guid Property

Gets or sets the Property Set guid.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Guid As StringLiteral 
    Get 
    Set
'Usage
Dim instance As AddSearchPropertyListAction 
Dim value As StringLiteral 

value = instance.Guid

instance.Guid = value
public StringLiteral Guid { get; set; }
public:
property StringLiteral^ Guid {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member Guid : StringLiteral with get, set
function get Guid () : StringLiteral 
function set Guid (value : StringLiteral)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The Property Set guid.

See Also

Reference

AddSearchPropertyListAction Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace