Share via


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

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

Property Value

Type: System.Int32

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
SharedStepsReferenceAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top