SharedStepsReferenceAction.SharedSetSetId Property

Gets or sets the identifier for the set of shared steps.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property SharedSetSetId As Integer
public int SharedSetSetId { get; set; }
public:
property int SharedSetSetId {
    int get ();
    void set (int value);
}
member SharedSetSetId : int with get, set
function get SharedSetSetId () : int 
function set SharedSetSetId (value : int)

Property Value

Type: Int32

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

SharedStepsReferenceAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged