Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SharedStepsReferenceAction Class