'Declaration
<CanBeNullAttribute()> Public Function GetSecurityLogin( _ ByVal name As String _ ) As SecurityLogin
[CanBeNull()] public SecurityLogin GetSecurityLogin( string name )
[CanBeNull()] public: SecurityLogin^ GetSecurityLogin( String^ name )
Parameters
- name
- The name or SID of the login to fetch.
Return Value
The Security Login, or a null reference (Nothing in Visual Basic) if no matching object is found.