'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetIdentifier( _ ByVal identifier As Object _ )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetIdentifier( object identifier )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetIdentifier( Object^ identifier )
Parameters
- identifier
- The identifier to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).