[This is preliminary documentation and is subject to change.]
Sets the value of the SIF_RefObject attribute.
| C# | Visual Basic | Visual C++ |
public void SetSIF_RefObject( AuthSifRefIdType val )
Public Sub SetSIF_RefObject ( _ val As AuthSifRefIdType _ )
public: void SetSIF_RefObject ( AuthSifRefIdType^ val )
- val (AuthSifRefIdType)
- A AuthSifRefIdType object
The SIF specification defines the meaning of this attribute as: "The type of SIF object that the SIF_RefId attribute identifies."
This attribute is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering attributes of this kind.
| Version | Tag |
|---|---|
| 1.5r1 | <SifRefIdType> |
| 2.0 | <SIF_RefObject> |
Version: 2.0
Since: 1.5r1